CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - SOR MATLAB

搜索资源列表

  1. matlab-sor

    0下载:
  2. matlab-sor实现matlab上的sor迭代法-Matlab - sor achieve the Matlab sor iterative method
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:9350
    • 提供者:yyf
  1. SOR-Matlab

    1下载:
  2. 数值计算中SOR迭代法的Matlab程序-numerical calculation SOR iteration of the Matlab program
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:907
    • 提供者:zhouun
  1. SOR方法

    0下载:
  2. 极有用的数据处理程序,方便处理实验数据并取得数学表达式(matlab)-very useful data processing procedures, facilitate the processing of experimental data and mathematical expression made (Matlab)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:16485
    • 提供者:王挺
  1. linear-simultaneous-equations

    0下载:
  2. 源码里包括线性方程组各种解法的Matlab例程,包括LU分解直接解法,夹克比迭代法、GS迭代法、SOR迭代法,共轭梯度法等。
  3. 所属分类:matlab例程

    • 发布日期:2010-12-03
    • 文件大小:2184
    • 提供者:dmbxj_sina
  1. SOR

    0下载:
  2. SOR方法解线性方程组,一般解法和矩阵解法。(MATLAB程序)-SOR method to solve linear equations, the general method and matrix method. (MATLAB program)
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:883
    • 提供者:chenyijun2131
  1. SOR

    0下载:
  2. SOR法,数值计算中的方法,基于matlab的程序-SOR method, numerical calculation methods, procedures based on matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1140
    • 提供者:zl
  1. sor

    0下载:
  2. sor迭代法,是数值分析中很重要的一种,源码为其在matlab中的实现。-sor iterative method, numerical analysis is a very important one in the matlab source code for its realization.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1009
    • 提供者:马丫
  1. equation

    1下载:
  2. 分别用高斯消去法,三角分解法,Jacobi迭代法,GS迭代法,SOR迭代法求解Ax=b-Separately using Gaussian elimination, triangular decomposition, Jacobi iterative method, GS iterative method, SOR iterative method for solving Ax = b
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:16340
    • 提供者:
  1. sor

    1下载:
  2. 求解线性方程组的超松弛(SOR)迭代法-Solving Linear Equations over-relaxation (SOR) iterative method
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:582
    • 提供者:liruifa
  1. iterative

    3下载:
  2. rs 里查森迭代法求线性方程组 crs 里查森参数迭代法求线性方程组 grs 里查森迭代法求线性方程组 jacobi 雅可比迭代法求线性方程组 gauseidel 高斯-赛德尔迭代法求线性方程组 SOR 超松弛迭代法求线性方程组 SSOR 对称逐次超松弛迭代法求线性方程组 JOR 雅可比超松弛迭代法求线性方程组 twostep 两步迭代法求线性方程组 fastdown 最速下降法求线性方程组 conjgrad 共轭梯度法求线性方程组 preconjgr
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:7167
    • 提供者:zuoxl
  1. SORiterativemethodoftheMatlabprogram

    0下载:
  2. SOR迭代法的Matlab程序,用MATLAB语言编写,用SOR迭代求解线性方程组-SOR iterative method of the Matlab program, using MATLAB language, using SOR iteration for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:3375
    • 提供者:欧阳
  1. diedaifa

    0下载:
  2. 给出了线性方程组的CG法、Gauss_Seidel、SOR、Jacobi、fem求解,-Linear equations given the CG method, Gauss_Seidel, SOR, Jacobi, fem solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2974
    • 提供者:王海
  1. chuanrexue

    0下载:
  2. 路面太阳能集热系统传热分析与模型建立 有限容积法数值计算分析-Twodimensional heat conduction Finite Volume Method Line by Line TDMA with SOR
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:117341
    • 提供者:张昭
  1. Sor_method

    0下载:
  2. sor method matlab for iterative methode
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:822
    • 提供者:juli
  1. mulNewtonSOR

    0下载:
  2. 本代码为牛顿-SOR迭代法求解非线性方程组。其调用格式为[r,m]=mulNewtonSOR(F,x0,w,h,eps) 其中F:方程组,x0:方程组初始解,w:SOR迭代因子,h:数值积分常数,eps:根的精度,m:迭代步数。-The code for the Newton-SOR iteration method for solving nonlinear equations. Its call format [r, m] = mulNewtonSOR (F, x0, w, h, eps)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:594
    • 提供者:锦夏
  1. Matlab-SOR

    0下载:
  2. 计算方法中的SOR算法,根据改变SOR因子的值观察精度变化-Calculation of the SOR algorithm, based on observation of changes in the value of SOR accuracy factor changes
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:17857
    • 提供者:袁琰红
  1. Jacobi

    1下载:
  2. 解线性方程组的迭代法,包括jacobi、g-s、sor。-Solving linear equations, iterative method, including jacobi, gs, sor.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2510
    • 提供者:
  1. Jacobi-Gauss_Seide-SOR

    0下载:
  2. 三个m文件。线性方程求解的常见几种如Jacobi、Gauss_Seidel、SOR迭代法的matlab程序。三种迭代法主体程序大致都差不多,迭代次数取决于误差epsilon设的大小,其中Gauss_Seidel收敛最快,迭代次数较少。-Three m files. Common in several of linear equations, such as Jacobi, Gauss_Seidel, SOR iterative method matlab program. The main pr
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1209
    • 提供者:luer
  1. SOR-matlab

    0下载:
  2. 用超松弛迭代SOR求解线性方程组的matlab实例程序-a example program about solving linear equations with super- relaxation iterative
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:16606
    • 提供者:凌霄
  1. Matlab

    0下载:
  2. 包括高斯消元法,列主元高斯消元法,雅可比方法,雅可比—赛都,SOR方法(includes some small programs about numerical analysis in MATLAB)
  3. 所属分类:matlab例程

« 12 3 4 5 »
搜珍网 www.dssz.com